Skip to content

Conversation

@jfeingold35
Copy link
Contributor

No description provided.

Comment on lines 99 to 101
protected createDependencies(view: View, outputFiles: string[] = []): RunDependencies {
const uxDisplay: UxDisplay = new UxDisplay(this, this.spinner);
const resultsViewer: ResultsViewer = createResultsViewer(view, outputFiles, uxDisplay);
Copy link
Contributor

@stephen-carter-at-sf stephen-carter-at-sf Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the view come in as undefined or null now? If so, can you please make this obvious by updating the input type to be View|undefined on line 85, 99 and on line 139.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is
parsedFlags.view as View
should be
parsedFlags.view as View|undefined
right?

@jfeingold35 jfeingold35 merged commit d4daca7 into dev-5 Nov 20, 2024
9 checks passed
@jfeingold35 jfeingold35 deleted the d/W-17281128 branch December 30, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants